home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 95 / DPPCZ1100.7z / Dppcz1100.mdf / Online / datum / New Text Document.txt < prev    next >
Text File  |  2000-01-26  |  463b  |  9 lines

  1. <script language="Javascript">
  2. function subm()
  3. {
  4. var searchval=document.datumcd.ECountry.options[document.datumcd.ECountry.selectedIndex].value + "+" + document.datumcd.EType.options[document.datumcd.EType.selectedIndex].value + "+" + document.datumcd.ETown.value + "+" + document.datumcd.EJobTitle.value
  5.  
  6. redirectref = "http://www.datumeurope.com/cgi-bin/texis.exe/webinator/uksearchnew?query=" +escape (searchval)  ;
  7. window.open(redirectref)
  8. }
  9. </script>